projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
336d553
)
Fix typo in doc for YYYYMMDD_TIME.
author
robertl
<robertl>
Mon, 6 Jun 2005 19:19:37 +0000
(19:19 +0000)
committer
robertl
<robertl>
Mon, 6 Jun 2005 19:19:37 +0000
(19:19 +0000)
style/README.style
patch
|
blob
|
history
diff --git
a/style/README.style
b/style/README.style
index bbd30e6374202d95a716318051dae886150b788e..9ee7a538a5abcd44140c15cb8a2999853f0512a1 100644
(file)
--- a/
style/README.style
+++ b/
style/README.style
@@
-343,7
+343,7
@@
The fields used by the XCSV parser are as follows:
example: IFIELD TIMET_TIME,"","%ld"
o YYYYMMDD_TIME
-
TIMET
_TIME is the waypoint's creation time, if any. It's a single
+
YYYYMMDD
_TIME is the waypoint's creation time, if any. It's a single
decimal field containing four digits of year, two digits of month,
and two digits of date. Internally it is a LONG INTEGER and thus
requires a LONG INTEGER printf conversion.